![]() | ![]() | ![]() | ![]() |
When executing PROC INFOMAPS code or using the SAS Information Maps LIBNAME engine, you might see an error that is similar to the following:
log4j:ERROR setFile(null,false) call failed. java.io.FileNotFoundException: OMRLog.log (Permission denied)
There are two possible solutions:
Note: OMRLog.log is a 0 byte file, so you can safely choose to not create it.
To perform these tasks, you must modify a file named grpfstpt.xml.
CAUTION: Before editing qrpfstpt.xml, make a copy of the file.
Following are some examples of where grpfstpt.xml can be found, depending on your operating system and your version of SAS:
C:\Program Files\SAS\SAS 9.2\core\sasmisc\qrpfstpt.xml
/sas/dev/mva-v913/hostcm/misc/qrpfstpt.xml
/SASHome/SASFoundation/9.3/hostcm/qrpfstpt.xml
If you are on Windows or UNIX, then you can open the qrpfstpt.xml file in a text editor
If you are on z/OS, the qrpfstpt.xml file is written in ASCII. To edit the file, you must use the VA
line command from =3.17
under ISPF.
When you are ready to edit the file, search for the entry OMRLog.log. It should be within the <TextStore> tag.Here are some examples of how you might modify the file.
Write to c:\OMRLog.log
...;File"><param name="immediateFlush"
value="true"/><param name="append"
value="false"/><param name="file"
value="c:\OMRLog.log"/></Output>...
|
...;File"><param name="immediateFlush"
value="true">/<param name="append"
value="false"/><param name="file"
value="\\machine-name\public\Logs\OMRLog.log"/></Output>...
|
...;File"><param name="immediateFlush"
value="true"/><param name="append"
value="false"/><param name="file"
value=""/></Output>...
|
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | Base SAS | z/OS | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Microsoft® Windows® for x64 | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |||
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |||
Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |||
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |||
Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |||
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Windows Vista | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
64-bit Enabled AIX | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
HP-UX IPF | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Linux | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Linux on Itanium | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
OpenVMS Alpha | 9.1 TS1M3 SP4 | 9.3 TS1M0 | ||
Tru64 UNIX | 9.1 TS1M3 SP4 | 9.3 TS1M0 |